Endpoint-Delete-/ Users/ Me/ Toots/ Toot-Name→Json names a function, with lambda list (TOOT-NAME):
Permanently destroys the Toot character TOOT-NAME.
This Toot must be owned by you (the logged-in user).
Any inventory held by the Toot, or property owned by the Toot, will be released to the public domain. Players should transfer items or property prior to deleting a Toot.
For a time after a Toot's deletion, their name remains locked (to prevent immediate impersonation).
Requires player authentication.
The Toot will be deleted, but it may not have completed yet. A subsequent, identical request can confirm.
The Toot has been deleted. Repeated calls will return the same status, for the duration of the name lock on the Toot.
No user credentials were passed.
The user credentials presented were not recognized.
The Toot named does not exist.
The Toot named is one that you have permission to use, but are not the main owner of. This is usually a child account.
This is a web service endpoint accessed by the HTTP method DELETE at the URI template /users/me/toots/:toot-name. It returns a content-type of application/json.
TOOT-NAME is a parameter from the URI.
It will report a slow response if it takes longer than 0.03 seconds (30 milliseconds) to complete.
Defined in file src/endpoints/slash-users.lisp.